AddItem(Object[],Int32,Int32) Method
In This Topic
Syntax
'Declaration
Public Overloads Function AddItem( _
ByVal () As System.Object, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As C1.Win.C1FlexGrid.Row
public C1.Win.C1FlexGrid.Row AddItem(
System.object[] ,
System.int ,
System.int
)
Parameters
- items
- rowIndex
- colIndex
See Also